var runtime.fing
10 uses
runtime (current package)
mfinal.go#L44: var fing *g // goroutine that runs finalizers
mfinal.go#L155: return fing
mfinal.go#L185: fing = gp
mfinal.go#L313: empty = empty && readgstatus(fing) == _Gwaiting && fing.waitreason == waitReasonFinalizerWait
mprof.go#L1422: if fing != nil {
mprof.go#L1423: fing.goroutineProfiled.Store(goroutineProfileSatisfied)
mprof.go#L1424: if readgstatus(fing) != _Gdead && !isSystemGoroutine(fing, false) {
mprof.go#L1425: doRecordGoroutineProfile(fing, pcbuf)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |